dataset.recipes.get(recipe_id='recipe_id') # # Get a Recipe object to use in your code. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :param str recipe_id: recipe id # :return: Recipe object # :rtype: dtlpy.entities.recipe.Recipe # #
{- "id": "string",
- "url": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "creator": "string",
- "title": "string",
- "projectIds": [
- "string"
], - "ontology": {
- "structureIds": [
- "string"
], - "attributes": [
- "string"
], - "labelScope": {
- "subtrees": [
- "string"
], - "labelIds": [
- "string"
]
}, - "ontologyId": "string"
}, - "labelScript": "string",
- "toolsSettings": {
- "property1": {
- "labelScope": {
- "subtrees": [
- "string"
], - "labelIds": [
- "string"
]
}, - "options": {
- "property1": null,
- "property2": null
}
}, - "property2": {
- "labelScope": {
- "subtrees": [
- "string"
], - "labelIds": [
- "string"
]
}, - "options": {
- "property1": null,
- "property2": null
}
}
}, - "uiSettings": {
- "property1": null,
- "property2": null
}, - "metadata": {
- "system": {
- "property1": null,
- "property2": null
}
}, - "v2": true
}